projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2220845
)
Avoid an uninitialized variable access
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 16 Jun 2013 02:00:51 +0000
(22:00 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 16 Jun 2013 02:00:51 +0000
(22:00 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=702370
testsuite/a11y/children.c
patch
|
blob
|
history
diff --git
a/testsuite/a11y/children.c
b/testsuite/a11y/children.c
index a2d847ef715a0d5bb32829152b976f1db0ea5075..f94e4959a7d68470c75fedf850c5c74fa8f505a2 100644
(file)
--- a/
testsuite/a11y/children.c
+++ b/
testsuite/a11y/children.c
@@
-143,7
+143,7
@@
test_add_remove (GtkWidget *widget)
AtkObject *child_accessible;
SignalData add_data;
SignalData remove_data;
- SignalData parent_data[3];
+ SignalData parent_data[3]
= { { 0, }, }
;
STATE state;
gint i, j;
gint step_children;